projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63456da
)
(Fmapconcat): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 4 Jan 1994 08:45:49 +0000
(08:45 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 4 Jan 1994 08:45:49 +0000
(08:45 +0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 4bab35a25f7a281278567537c794352a5a95ae72..3a0f3c80561795232dac4cd4810c1f875a7d3928 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-1047,7
+1047,7
@@
mapcar1 (leni, vals, fn, seq)
DEFUN ("mapconcat", Fmapconcat, Smapconcat, 3, 3, 0,
"Apply FN to each element of SEQ, and concat the results as strings.\n\
In between each pair of results, stick in SEP.\n\
-Thus, \" \" as SEP results in spaces between the values return by FN.")
+Thus, \" \" as SEP results in spaces between the values return
ed
by FN.")
(fn, seq, sep)
Lisp_Object fn, seq, sep;
{